Jump to content
3DCoat Forums

Andrew Shpagin

3DCoat Developer
  • Posts

    7,660
  • Joined

  • Last visited

8 Followers

Profile Information

  • Gender
    Male

Recent Profile Visitors

36,428 profile views

Andrew Shpagin's Achievements

Master

Master (7/11)

2.1k

Reputation

49

Community Answers

  1. In next build (2024.15) I will try to solve license problem. I can't reproduce it, but I have idea how to fix it.
  2. If it is not floating, it does not require the internet connection. Please send me screenshot/text of license as personal message just to understand what may be the reason.
  3. Is your license floating? Btw, probably you may use 2024 with your license.
  4. The main question - is there (learning) in the window header? Any limitations may appear if (by some reason) the (learning) is in the header.
  5. Optimized painting speed even more (in the upcoming 2024.14)
  6. Painting over default cube with 8K texture using the brush size 1/3 of cube side is fluent and fast on my side.
  7. Your old files placed at c:/Users/_username_/OneDrive/Documents/3DCoat/ Since the 3DCoat 2024 new placement is (to avoid conflicts with OneDrive): c:/Users/_username_/Documents/3DCoat/ So, you may copy the folder UserPrefs from the first folder to second one manually and all your settings and alphas will appear .
  8. It does not discard. But bottom layer in group acts over empty background, second acts over first etc. So the group with just one layer inside looks like that layer is not blended (except some blend operations).
  9. Painting over polygons with huge amount of textels is weak point (40000000 pixels / 6 faces). But it is not the real case. Just drop mesh not with 6 polygons but with 600 or 6000 and it will work much faster. Of course, refund is possible, just write to support.
  10. Please read about debugging in the Manual. https://pilgway.com/files/3dcoat/PythonAPI/index.html You can't just choose the interpreter because Python is not external to 3DCoat, it is embedded. Regarding font, there is settings class, you may change any option using that class: coat.settings.setString("FontColor1", "FFFF0080") As stated in options class doc: ID the identifier, go to Documents/3DCoat/UserPrefs/Preferences/, look for files Options #.xml, open and look for required identifier, use it as ID And if you opened the file as RMB->Edit in 3DC, the .pyi file will be copied and VS Code will open the project folder, launch.json created. The correct hints will appear as you type code. Also, the AI helper for 3DCoat coding will appear soon. The current one may be helpful, but not always.
  11. I mean setting Roughness opacity = 0%, Metal opacity = 100% In this case Layer 2 used to paint Metall only. Of course depth/color painting channel should be disabled.
  12. Actually paint metallic ONLY possible if you paint it on separate layer and set gloss opacity = 0 for that layer and metal opacity = 100%.
  13. It is assumed to be stable. But your report is really helpful, fixed that crash you sent. The 13 will be marked as stable (green in the list).
  14. Now the opacity is common for metal/gloss, so I can't disable it separately. To toggle channels ise RMB+MMB over the control. For example, for specular channel coat.ui.cmd("$PEN_TOGGLE_SPEC_HINT")
×
×
  • Create New...